home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 698 b | 34 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UGridView.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UGridView;
-
- INTERFACE
-
- USES
- {$SETC __UGridView__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
-
- { • Implementation use }
- ToolUtils, Errors, Packages;
-
- {$SETC __UGridView__ := FALSE}
- { • Include the public interface }
- {$SETC _UGridViewIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UGridView.p}
- {$SETC UsingIncludes := _UGridViewIncludes}
-
- IMPLEMENTATION
-
- {$I UGridView.inc1.p}
-
- END.
-